Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2038

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder requested a review from a team as a code owner September 23, 2024 06:32
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Sep 23, 2024
@NordicBuilder
Copy link
Contributor Author

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@5bb7bb0 (main) nrfconnect/sdk-zephyr#2038 nrfconnect/sdk-zephyr#2038/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 23, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 2

Inputs:

Sources:

sdk-nrf: PR head: f584061a6ca3bc5ba4bd15b38c2071381383bf1b
zephyr: PR head: ad923b14ec73b896c24de8b1ee2818d3a743b114

more details

sdk-nrf:

PR head: f584061a6ca3bc5ba4bd15b38c2071381383bf1b
merge base: 6e0e90ef17462312cc79278c5d5e88ab177b50f4
target head (main): 6e0e90ef17462312cc79278c5d5e88ab177b50f4
Diff

zephyr:

PR head: ad923b14ec73b896c24de8b1ee2818d3a743b114
merge base: 5bb7bb0af17cbdbd13c06ed5ea1268ec9b9358fc
target head (main): 5bb7bb0af17cbdbd13c06ed5ea1268ec9b9358fc
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (67)
applications
│  ├── nrf_desktop
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ usb_state.c
west.yml
zephyr
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── usb
│  │  │  │  ├── device_next
│  │  │  │  │  ├── api
│  │  │  │  │  │  │ udc.rst
│  │  │  │  │  │ usb_device.rst
│  ├── drivers
│  │  ├── kscan
│  │  │  │ kscan_input.c
│  │  ├── usb
│  │  │  ├── common
│  │  │  │  │ usb_dwc2_hw.h
│  │  │  ├── udc
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.dwc2
│  │  │  │  ├── Kconfig.it82xx2
│  │  │  │  ├── Kconfig.mcux
│  │  │  │  ├── udc_common.c
│  │  │  │  ├── udc_dwc2.c
│  │  │  │  ├── udc_it82xx2.c
│  │  │  │  ├── udc_kinetis.c
│  │  │  │  ├── udc_mcux_ehci.c
│  │  │  │  ├── udc_mcux_ip3511.c
│  │  │  │  ├── udc_nrf.c
│  │  │  │  ├── udc_stm32.c
│  │  │  │  │ udc_virtual.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── usb
│  │  │  │  │  ├── udc.h
│  │  │  │  │  │ udc_buf.h
│  │  │  ├── input
│  │  │  │  │ input.h
│  │  │  ├── usb
│  │  │  │  ├── usb_ch9.h
│  │  │  │  ├── usbd.h
│  │  │  │  │ usbd_msg.h
│  ├── modules
│  │  ├── hal_nxp
│  │  │  ├── CMakeLists.txt
│  │  │  ├── usb
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ usb_device_config.h
│  │  ├── lvgl
│  │  │  ├── include
│  │  │  │  │ lvgl_common_input.h
│  │  │  ├── input
│  │  │  │  ├── lvgl_button_input.c
│  │  │  │  ├── lvgl_encoder_input.c
│  │  │  │  ├── lvgl_keypad_input.c
│  │  │  │  │ lvgl_pointer_input.c
│  ├── samples
│  │  ├── subsys
│  │  │  ├── usb
│  │  │  │  ├── common
│  │  │  │  │  │ sample_usbd_init.c
│  │  │  │  ├── hid-keyboard
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── hid-mouse
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── uac2_explicit_feedback
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  ├── subsys
│  │  ├── input
│  │  │  ├── input.c
│  │  │  ├── input_keymap.c
│  │  │  ├── input_longpress.c
│  │  │  │ input_utils.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_descriptor.c
│  │  │  ├── device_next
│  │  │  │  ├── class
│  │  │  │  │  ├── bt_hci.c
│  │  │  │  │  ├── loopback.c
│  │  │  │  │  ├── usbd_cdc_acm.c
│  │  │  │  │  ├── usbd_cdc_ecm.c
│  │  │  │  │  ├── usbd_hid.c
│  │  │  │  │  ├── usbd_hid_macros.h
│  │  │  │  │  ├── usbd_msc.c
│  │  │  │  │  ├── usbd_uac2.c
│  │  │  │  │  │ usbd_uac2_macros.h
│  │  │  │  ├── usbd_ch9.c
│  │  │  │  ├── usbd_class.c
│  │  │  │  ├── usbd_config.c
│  │  │  │  ├── usbd_desc.c
│  │  │  │  ├── usbd_endpoint.c
│  │  │  │  ├── usbd_init.c
│  │  │  │  │ usbd_shell.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── input
│  │  │  │  ├── gpio_kbd_matrix
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── gpio_keys
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── kbd_matrix
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── udc
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── subsys
│  │  │  ├── input
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── longpress
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── usb
│  │  │  │  ├── device_next
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c

Outputs:

Toolchain

Version: 87afe3f0d0
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:87afe3f0d0_81ed5a52d6

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 153
    • sdk-zephyr test count: 5649
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-sdk-find-my
    • ❌ test-low-level
    • ✅ test-sdk-dfu
Disabled integration tests
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi

Note: This message is automatically posted and updated by the CI

USBD_CONFIGURATION_DEFINE() now takes four parameters instead of three.
Add NULL configuration string to allow building the application and keep
the functionality intact.

Signed-off-by: Tomasz Moń <[email protected]>
@tmon-nordic tmon-nordic requested a review from a team as a code owner September 23, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants